class program {
   public static void main(String [] args) {
   int count=i;
   System.out.println("Printing first 10 even numbers");
do {
    System.out.println(" " +2*count);
   count++;
       }while(count<11);
   } 
}
What will be the output?

Posted on by